libxl: Rename libxl IDL infrastructure.
authorIan Campbell <ian.campbell@citrix.com>
Tue, 31 Jan 2012 16:34:38 +0000 (16:34 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 31 Jan 2012 16:34:38 +0000 (16:34 +0000)
commita6beb5286e7ca1d478ef391396be49b4f6d2ca35
treee649090f00988dde2ca2b569980a1b8f5f330131
parent15873321439d3588e0276c7cfddb0a11f71c897d
libxl: Rename libxl IDL infrastructure.

Originally libxltypes.py provided the infrastructure and libxl.idl provided the
specific types.

In 23887:a543e10211f7 libxl.idl became libxl_types.idl (to allow for
libxl_types_internal.idl) which means we now have libxl_types.FOO and
libxltypes.FOO providing different things and annoying people in tab
completion.

Rename the infrastructure as idl.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libxl/Makefile
tools/libxl/gentest.py
tools/libxl/gentypes.py
tools/libxl/idl.py [new file with mode: 0644]
tools/libxl/idl.txt
tools/libxl/libxltypes.py [deleted file]
tools/ocaml/libs/xl/Makefile
tools/ocaml/libs/xl/genwrap.py
tools/python/Makefile
tools/python/genwrap.py